home *** CD-ROM | disk | FTP | other *** search
Wrap
VERSION 5.00 Begin VB.Form Form2 AutoRedraw = -1 'True BackColor = &H00000000& BorderStyle = 3 'Fixed Dialog ClientHeight = 2910 ClientLeft = 45 ClientTop = 45 ClientWidth = 9210 ControlBox = 0 'False LinkTopic = "Form2" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 2910 ScaleWidth = 9210 ShowInTaskbar = 0 'False StartUpPosition = 2 'CenterScreen Begin VB.CommandButton Command2 Caption = "Read This" Height = 510 Left = 7965 TabIndex = 2 Top = 1755 Width = 1230 End Begin VB.CommandButton Command1 Caption = "Continue" Height = 510 Left = 7965 TabIndex = 0 Top = 2385 Width = 1230 End Begin VB.Label Label3 BackStyle = 0 'Transparent Caption = $"Form2.frx":0000 ForeColor = &H00FFFFFF& Height = 420 Left = 45 TabIndex = 4 Top = 2475 Width = 7710 End Begin VB.Label Label2 BackStyle = 0 'Transparent Caption = "Programmed by: FXProduction's vbguihead@aol.com" ForeColor = &H00FFFFFF& Height = 285 Left = 2430 TabIndex = 3 Top = 1395 Width = 4200 End Begin VB.Label Label1 BackColor = &H00000000& BackStyle = 0 'Transparent Caption = "Adrenaline Vault WebBrowser" BeginProperty Font Name = "MS Sans Serif" Size = 24 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00FFFFFF& Height = 600 Left = 585 TabIndex = 1 Top = 720 Width = 6990 End Attribute VB_Name = "Form2" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Command1_Click() Form1.Show Unload Me End Sub Private Sub Command2_Click() MsgBox "you can E-Mail vbguihead@aol.com if you like this program, give him compliments. If you ask nice he might make one for you!. Thanks for using!" End Sub